ucInstrumentSelection.ascx.cs
Code Type: C# Codebehind Class for ASP .NET User Control
Uses Classes: CCPA, CDataConverter, JavaScriptSerializer, CIntake


Lines of Code: 266

public string PatPWEventID

	 patient pathway event id 

public string SelectedMIDS

	 selected instrument ids 

public void Show(long lPatPWEventID)

	  show the intrument selection/event update popup 

public bool InitializeControl()

	   initialize the instrument selection/event update dialog 

protected void Page_Load(object sender, EventArgs e)

	  instrument selection/event update control page load 

public void OnGroupTypeSelect(string strGroupTypeID)

	   load the instrument grid based on the combo group type 

public void OnGroupSelect()

	   fires when a group is selected from the combo 

protected void LoadInstruments()

	us:5859  load instruments gridpanel by group id 

public void OnInstrumentSel(string strJsonRecord)

	   user checked an instrument 

public void OnInstrumentDeSel(string strJsonRecord)

	  user unchecked an instrument 

public void OnRemoveInstrument()

	  user unchecked an instrument 

public void LoadInstrumentGroups(long lGroupTypeID)

	  load instrument groups into the combo 

protected void OnInstrSelOK(object sender, DirectEventArgs e)

	  ok button handler for instrument selection/event update popup 

public long ReloadPWEventNodes()

	Reload the events nodes 

public void OnInstrumentSelCancel()

	  cancel button handler for instrument selection/event update popup 

	

